home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk165 / gmc9.2 / english.docs / setgmc.doc < prev    next >
Text File  |  1995-03-19  |  6KB  |  208 lines

  1.  
  2.      SetGMC V9.2                Operating Manual                     Page 1
  3.  
  4.  
  5.  
  6.  
  7.  
  8.      ›1mNAME 
  9.  
  10.           ›0mSetGMC - Configuration program for GMC 
  11.  
  12.  
  13.  
  14.      ›1mSYNOPSIS 
  15.  
  16.           ›0mSetGMC [-f <set file name>]|[[DEF] <Command> <Argument(s)>] 
  17.  
  18.  
  19.  
  20.      ›1mDESCRIPTION 
  21.  
  22.                ›0mWith SetGMC  GMC-processes  can  be configurated.  This
  23.           can be done  by  a  single  command  in  the  command  line,
  24.           interactively  with  separate  prompt, or by reading a input
  25.           file.  
  26.  
  27.  
  28.        Parameter 
  29.  
  30.                The file <set file  name>  contains  the  commands  and
  31.           their arguments.  The syntax is descriped below.  
  32.  
  33.                If  no  file name is used, a command with arguments can
  34.           be given as parameter.  DEF tells SetGMC that  this  command
  35.           shall be used as global setting.  
  36.  
  37.                If SetGMC is executed without parameters, it enters the
  38.           interactive mode.    A  special  prompt  is shown and SetGMC
  39.           waits for  commands.    The  interactive  mode  is  left  by
  40.           Ctrl-\.  
  41.  
  42.  
  43.        Commands 
  44.  
  45.           INS ON|OFF 
  46.           Insert mode on/off 
  47.  
  48.           TAB ON|OFF 
  49.           File/directory name completer on/off 
  50.  
  51.           HELP ON|OFF 
  52.           Help key functions on/off 
  53.  
  54.           PATH ON|OFF 
  55.           Actual directory path in window title on/off 
  56.  
  57.           FKEYS ON|OFF 
  58.           Function keys on/off 
  59.  
  60.           NEWSIZE ON|OFF 
  61.           New prompt display on window resizing on/off 
  62.  
  63.           BEEP <v> <c> <d> 
  64.           Loudness is  set  by v.  A value of 0 disables the function,
  65.           maximum is 64.  c gives the duration of  the  sound  signal.
  66.  
  67.  
  68.      SetGMC V9.2                                                   21.07.90
  69.  
  70.  
  71.      SetGMC V9.2                Operating Manual                     Page 2
  72.  
  73.  
  74.           Correct  values  are  between  1  and  10.  With  d the time
  75.           interval can be set  that  must  be  between  the  point  of
  76.           returning a READ packet and reception of the next.  Normally
  77.           this is the time interval between hitting the RETURN key and
  78.           the display  of  a  new  prompt.    Correct values for d are
  79.           between 0 and 65535.  
  80.  
  81.           BUFFER <n> 
  82.           The number n gives the size of the buffer for storage of the
  83.           output.  The size must have minimum of 4096 and a maximum of
  84.           999999 Bytes.  A  reduction  of  the  buffer  size  will  be
  85.           ignored.  
  86.  
  87.           PAGELEN <n> 
  88.           This  command  sets  the  page length of a window text dump.
  89.           Correct values for n  are  0,40..99,  0  switches  the  page
  90.           length setting off.  
  91.  
  92.           XY <x> <y> 
  93.           x  and  y  give  the  position  of the left, top edge of the
  94.           icon.  If the values overshoot the  maximum  values  of  the
  95.           screen,  the  icon will be placed at the right, respectively
  96.           the bottom border.  
  97.  
  98.           SCRIPT <filename> 
  99.           The file <filename> will be opened as a script file.  If  no
  100.           file  name  is  given, an opened script file will be closed.
  101.           This command can be used only for local configuration.  
  102.  
  103.           <q>F<n> "<string>" 
  104.           This command allows to assign strings to the  function  keys
  105.           in four  levels.  The qualifier of the function key is given
  106.           by q ('','S','C','A'), n is the number of the function  key.
  107.           The string  must  be set in quotes.  Inside the quotes other
  108.           quotes are possible.  These are  assigned  to  the  function
  109.           keys.  
  110.  
  111.           BS <n><s><c><a> 
  112.           DEL <n><s><c><a> 
  113.           CUL <n><s><c><a> 
  114.           Cur <n><s><c><a> 
  115.           With  these  commands  it is possible to set the function of
  116.           the erase keys and the  cursor  keys  (left/right).  n,s,c,a
  117.           give  the  function  of  the  keys  with  the  corresponding
  118.           qualifiers.  The following functions are supported: 
  119.  
  120.             -  No function: 0 
  121.  
  122.             -  Cursor left/Delete character in front of the cursor: 1 
  123.  
  124.             -  Cursor right/Delete character under the cursor: 2 
  125.  
  126.             -  Cursor to previous word/Delete to start of word: 3 
  127.  
  128.             -  Cursor to next word/Delete to end of word: 4 
  129.  
  130.             -  Cursor to start of line/Delete to start of line: 5 
  131.  
  132.             -  Cursor to end of line/Delete to end of line: 6 
  133.  
  134.  
  135.  
  136.  
  137.      SetGMC V9.2                                                   21.07.90
  138.  
  139.  
  140.      SetGMC V9.2                Operating Manual                     Page 3
  141.  
  142.  
  143.             -  Delete line: 7 
  144.  
  145.  
  146.                Delete function can  be  used  only  with  erase  keys,
  147.           movement functions only with cursor keys.  
  148.  
  149.                If  global configuration is used, the editing keys must
  150.           be explicitly set, otherwise 0 (no  function)  is  taken  as
  151.           default setting.  
  152.  
  153.  
  154.  
  155.      ›1mSEE ALSO 
  156.  
  157.           ›0mGMC.Doc 
  158.  
  159.  
  160.  
  161.      ›1mBUGS 
  162.  
  163.           ›0mNone known 
  164.  
  165.  
  166.  
  167.      ›1mREMARKS 
  168.  
  169.                ›0mThe code  for  SetGMC is written reentrant.  SetGMC can
  170.           be made resident (e.g. by ARes or Resident).  
  171.  
  172.                Local configuration has effects only to the GMC process
  173.           in its window it is  executed.    Local  commands  that  are
  174.           executed  in a non-GMC-window are acknowledged with an error
  175.           message.  
  176.  
  177.                The version numbers on  SetGMC  and  GMC  must  be  the
  178.           same.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.      SetGMC V9.2                                                   21.07.90
  207.  
  208.